home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interplay's Learn to Program Basic (Review Copy)
/
Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO
/
pc
/
ltpbasic
/
refxmpl
/
pset.bas
< prev
next >
Wrap
BASIC Source File
|
1998-04-07
|
94b
|
11 lines
CLS
While TRUE
x = Random(0,319)
y = Random(0,239)
c = Random(0,235)
Color c
PSet x,y
Wend